home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / viewers / prev / prev.txt < prev   
Text File  |  1991-03-19  |  592b  |  18 lines

  1.  
  2. This is a basic previewer for art, written using the vogle graphics
  3. library. It gives a wireframe rendition of the scene to be rendered.
  4.  
  5. usage:
  6.  
  7.     artview scene_file xpixels ypixels
  8.  
  9.     where xpixels and ypixels are the size of the image, this
  10.     will produce (where possible) a VOGLE window of this size
  11.     to give a better idea of how the view will look.
  12.  
  13. Bewarned! This is still under development, and the current version
  14. was done in a hurry. It doesn't do strips (for example)...
  15.  
  16. The environment variable VDEVICE needs to be set to the device being
  17. used (e.g, "sun", "apollo", "X11", etc..).
  18.